From fa6177ae0e3efd781ea500ab77698f9ad149934f Mon Sep 17 00:00:00 2001 From: Carlos Galdino Date: Thu, 19 Nov 2015 14:49:45 -0200 Subject: [PATCH] Update man page. --- src/etc/cargo.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/etc/cargo.1 b/src/etc/cargo.1 index 25aade5f4..e2d1bce94 100644 --- a/src/etc/cargo.1 +++ b/src/etc/cargo.1 @@ -1,4 +1,4 @@ -.TH CARGO "1" "September 2014" "cargo 0.0.1-pre" "User Commands" +.TH CARGO "1" "November 2015" "cargo 0.7.0" "User Commands" .SH NAME cargo \- The Rust package manager .SH SYNOPSIS @@ -44,6 +44,9 @@ Remove the target directory with build output \fBcargo doc\fR Build this project's and its dependencies' documentation .TP +\fBcargo install\fR +Install a Rust binary +.TP \fBcargo new\fR Create a new cargo project .TP @@ -62,6 +65,9 @@ Update dependencies in Cargo.lock \fBcargo package\fR Generate a source tarball for the current package .TP +\fBcargo uninstall\fR +Remove a Rust binary +.TP \fBcargo version\fR Print cargo's version and exit -- 2.30.2